home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / utilities / _fonttools / fonttools / _fonttest / _run < prev    next >
Encoding:
Text File  |  1992-05-07  |  1.1 KB  |  40 lines

  1. | !Run File For !FontTest
  2. |
  3. WimpSlot -Min 72K -Max 72K
  4. |
  5. IF "<System$Path>" = "" then Error 0 System resources cannot be found
  6. |
  7. RMEnsure InterfaceManager 1.30 RMLoad system:modules.Interface
  8. RMEnsure InterfaceManager 1.30 Error Couldn't load Interface 1.30 module
  9. |
  10. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  11. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  12. |
  13. RMEnsure FontMenu 1.11 RMLoad System:modules.FontMenu
  14. RMEnsure FontMenu 1.11 Error You need FontMenu 1.11 or later
  15. |
  16. |When BasicCrunched, MakeApp'd And Squeezed
  17. |It will run in 48K
  18. |WimpSlot -Min 48K -Max 48K
  19. |
  20. Set FontTest$Dir <Obey$Dir>
  21. |
  22. Iconsprites <FontTest$Dir>.!Sprites
  23. |
  24. |Set this flag if Interactive Help is/is not required
  25. |Save on time and memory if not used!
  26. Set HelpWanted TRUE
  27. |
  28. Set NumberOfFontFamilies 40
  29. |
  30. |This is the number of fonts available when diplaying the
  31. |Character set. Max value 6 Min Value 0 
  32. Set FontsToDisplay 0                    
  33. |
  34. |When diplaying the character set, top and bottom limits are read from here!
  35. Set MinASCIIcode 32
  36. Set MaxASCIIcode 255
  37. |
  38. Run <FontTest$Dir>.!RunImage %*0
  39.  
  40.